'Declaration Overloads Sub SetSourceData( _ ByVal source As IRange, _ Optional ByVal plotBy As Nullable(Of RowCol) _ )
'Usage Dim instance As IChart Dim source As IRange Dim plotBy As Nullable(Of RowCol) instance.SetSourceData(source, plotBy)
void SetSourceData( IRange source, Nullable<RowCol> plotBy )
Parameters
- source
- The range that contains the source data.
- plotBy
- Specifies the way the data is to be plotted.